negativeRange
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
The negative range of values a NonZeroInt can have.
Here's an example of calling this property from Kotlin code:
println(NonZeroInt.negativeRange) // [-2147483648;-1]
Content copied to clipboard
Please note that this property is not available yet for Java users.